home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / LANG / C / GCC / DRLINK / Features < prev   
Text File  |  1995-07-30  |  1KB  |  36 lines

  1. Drlink version 0.28 - An AOF linker, by Dave Daniels
  2.  
  3. Drlink is a linker for AOF files. It is a near-full replacement
  4. for the Acorn linker, link, capable of performing nearly all of
  5. link's functions except for features such as creating overlays. It
  6. is based very closely on the version of link that comes with
  7. release 3 of the Acorn C compiler.
  8.  
  9. Drlink's main features are:
  10.  
  11. *  It links AOF version 2 and 3 files and ALF libraries to create
  12.    AIF image files, reloctable AIF image files, plain binary
  13.    image files, partially-linked AOF files and relocatable
  14.    modules in RMF format.
  15. *  It has the same command syntax as link and so can be used as
  16.    a direct replacement for link.
  17. *  It can run much faster than link.
  18. *  It can use less memory than link.
  19. *  It works with amu.
  20. *  It can extend size of wimpslot if running under a task window
  21.    or the F12 CLI if memory runs short.
  22. *  It supports extended command lines.
  23. *  It can remove unused functions from programs, if the right
  24.    compiler options were used when compiling the program.
  25. *  It can scan libraries more than once when resolving symbols
  26.    references.
  27. *  Symbolic debugging tables can be selectively included in the
  28.    image file.
  29. *  It has *documented* link edit commands.
  30. *  It supports 'throwback' to display error messages in a window.
  31.  
  32. Drlink has been tested with releases 3, 4 and 5 of the Acorn C
  33. compiler as well as the DDE Pascal compiler, !As and TLA.
  34.  
  35.  
  36.